TextPropertiesGenericFontFamily Property

Specifies the generic font family name.This attribute is evaluated for any [UNICODE] character other than CJK or complex text layout (CTL) characters. The defined values are: -decorative: the family of decorative fonts. -modern: the family of modern fonts. -roman: the family roman fonts (with serifs). -script: the family of script fonts. -swiss: the family roman fonts (without serifs). -system: the family system fonts.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public GenericFontFamily GenericFontFamily { get; set; }

Property Value

GenericFontFamily

See Also